
#login-box {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 9;
}


.flip-card {
    position: absolute;
    background-color: transparent;
    width: 300px;
    height: 400px;
    perspective: 1000px;
    font-family: sans-serif;
    top: calc(50% - 200px);
    left: calc(50% - 150px);
}

.flip-button {
    background: none; /* 移除背景 */
    border: none; /* 移除边框 */
    padding: 0; /* 移除内边距 */
    margin: 0; /* 移除外边距 */
    font-family: inherit; /* 继承父元素的字体 */
    font-size: inherit; /* 继承父元素的字体大小 */
    color: inherit; /* 继承父元素的颜色 */
    cursor: inherit; /* 继承父元素的鼠标样式 */

}

.qiehuan {
    bottom: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.flip-title-box {
    padding: 10px 20px;
}

.flip-card-close {
    text-align: center;
    padding: 15px;
    color: #fff;
}

.flip-card-front .title {
    font-size: 1.5em;
    font-weight: 900;
    text-align: center;
    margin: 0;
}

.flip-title-box .title {
    font-size: 1.5em;
    font-weight: 900;
}

.flip-card-front .des {
    font-size: 13px;
    color: #999;
    margin-top: 5px;
}

.login-center {
    position: absolute;
    width: 100%;
    top: calc(50% - 125px);
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card-front, .flip-card-back {
    box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*border: 1px solid coral;*/
    border-radius: 1rem;
}


.flip-card-front {
    /*background: linear-gradient(120deg, bisque 60%, rgb(255, 231, 222) 88%,*/
    /*rgb(255, 211, 195) 40%, rgba(255, 127, 80, 0.603) 48%);*/
    /*color: coral;*/
    background-color: #fff;
}

.flip-card-back {
    background:white;
    color: balck;
    transform: rotateY(180deg);
}

.flip-button {
    padding: 10px 20px;
    margin-top: 10px;
    cursor: pointer;
}


.flip-close-button {
    position: relative;
    width: 4em;
    height: 4em;
    border: none;
    background: transparent;
    border-radius: 5px;
    transition: background 0.5s;
    cursor: pointer;
}

.X {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2em;
    height: 2px;
    background-color: rgb(255, 255, 255);
    transform: translateX(-50%) rotate(45deg);
}

.Y {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2em;
    height: 2px;
    background-color: #fff;
    transform: translateX(-50%) rotate(-45deg);
}

#login-close {
    position: absolute;
    display: flex;
    padding: 0.8rem 1.5rem;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
    top: -20%;
    left: 50%;
    width: 6em;
    height: 1.7em;
    font-size: 12px;
    background-color: transparent;
    color: rgb(187, 229, 236);
    border: none;
    border-radius: 3px;
    pointer-events: none;
    opacity: 0;
}


.input {
    color: #fff;
    font-size: 0.9rem;
    background-color: transparent;
    width: 100%;
    box-sizing: border-box;
    padding-inline: 0.5em;
    padding-block: 0.7em;
    border: none;
    border-bottom: var(--border-height) solid var(--border-before-color);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.input-border {
    position: absolute;
    background: var(--border-after-color);
    width: 0%;
    height: 2px;
    bottom: 0;
    left: 0;
    transition: width 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.input:focus {
    outline: none;
}

.input:focus + .input-border {
    width: 100%;
}

.form-control {
    position: relative;
    --width-of-input: 300px;
}

.input-alt {
    font-size: 1.2rem;
    padding-inline: 1em;
    padding-block: 0.8em;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.input-border-alt {
    height: 3px;
    background: linear-gradient(90deg, #FF6464 0%, #FFBF59 50%, #47C9FF 100%);
    transition: width 0.4s cubic-bezier(0.42, 0, 0.58, 1.00);
}

.input-alt:focus + .input-border-alt {
    width: 100%;
}


/* From Uiverse.io by alexmaracinaru */
.cta {
    position: relative;
    margin: auto;
    padding: 12px 18px;
    transition: all 0.2s ease;
    border: none;
    background: none;
    cursor: pointer;
}

.cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 50px;
    background: #ffffff;
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
}

.cta span {
    position: relative;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #234567;
}

.cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #234567;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.cta:hover:before {
    width: 100%;
    background: #fff;
}

.cta:hover svg {
    transform: translateX(0);
}

.cta:active {
    transform: scale(0.95);
}


.login-input-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.login-button-denglu {
    margin-top: 25px;
}

.fanhui-wechat {
    position: absolute;
    bottom: 0;
    right: 0;
}


#loading-login {
    animation: loading 2s linear infinite;
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* From Uiverse.io by Satwinder04 */
/* Input container */
.form-control .input-container {
  position: relative;
  margin: 20px;
}

/* Input field */
.form-control .input-field {
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  border: none;
  border-bottom: 2px solid #ccc;
  outline: none;
  background-color: transparent;
}

/* Input label */
.form-control .input-label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: rgba(204, 204, 204, 0);
  pointer-events: none;
  transition: all 0.3s ease;
}

/* Input highlight */
.form-control .input-highlight {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #007bff;
  transition: all 0.3s ease;
}

/* Input field:focus styles */
.form-control .input-field:focus + .input-label {
  top: -20px;
  font-size: 12px;
  color: #007bff;
}

.form-control .input-field:focus + .input-label + .input-highlight {
  width: 100%;
}

.el-message.center-message {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}




.zidingyi-child dd {
    display: flex;
    flex-direction: column;
    padding: 15px 0;
    max-width: 250px;
}


.zidingyi-child img {
    height: 18px !important;
    vertical-align: sub;
    padding-left: 20px;
}


.tools-header-toubukongjian dd:hover {
    background-color: #f2f2f2;
}



.tools-header-abox {
    display: flex;
    align-items: center
}

.tools-header-desbox{
    color: #999!important;
    font-size: 12px!important;
}

.tools-header-abiaoqian{
    padding: 0 20px 0 5px!important;
    color: #409eff!important;
}

.toggle-btn{
    display: none;
}

.div1-iframe {
    flex-direction: column;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    z-index: 1000;
    -webkit-transition: background-color .3s linear;
    /*transition: background-color .3s linear;*/
    pointer-events: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .4);

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    backdrop-filter: blur(8px);
}

.div2-iframe {
    width: 1000px;
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #888;
    border-radius: 2%;
    overflow: hidden;

    opacity: 0;
    transform: translateY(-20px) scale(0.95);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.div1-iframe.show {
    opacity: 1;
    visibility: visible;
}

.div2-iframe.show {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.tc-div-box-card {
    width: 300px;
    height: 220px;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 15px;
    gap: 13px;
    overflow: hidden;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.062);
    border-radius: 10px;
    opacity: 1;
    position: absolute;
    z-index: 1000;
}

#tc-div-box-cookieSvg {
    width: 50px;
}

#tc-div-box-cookieSvg g path {
    fill: rgb(97, 81, 81);
}

.tc-div-box-cookieHeading {
    font-size: 0.9em;
    font-weight: 800;
    color: rgb(26, 26, 26);
}

.tc-div-box-cookieDescription {
    text-align: center;
    font-size: 0.9em;
    font-weight: 600;
    color: rgb(99, 99, 99);
    margin-top: 5px;
}

.tc-div-box-buttonContainer {
    display: flex;
    gap: 20px;
    flex-direction: row;
    margin-top: 5px;
}

.tc-div-box-acceptButton {
    width: 80px;
    height: 30px;
    background-color: #E91E63;
    transition-duration: .2s;
    border: none;
    color: rgb(241, 241, 241);
    cursor: pointer;
    font-weight: 400;
    border-radius: 20px;
    font-size: 0.8rem;
}

.tc-div-box-declineButton {
    width: 80px;
    height: 30px;
    background-color: rgb(218, 218, 218);
    transition-duration: .2s;
    color: rgb(46, 46, 46);
    border: none;
    cursor: pointer;
    font-weight: 400;
    border-radius: 20px;
    font-size: 0.8rem;
}

.tc-div-box-declineButton:hover {
    background-color: #ebebeb;
    transition-duration: .2s;
}

.tc-div-box-acceptButton:hover {
    background-color: #e84c81;
    transition-duration: .2s;
}


@media only screen and (max-width: 768px) {
    .div2-iframe{
        width: 95%;
        height: 80%;
    }

    .toggle-btn{
        display: block;
    }

    .hidden-menu {
        white-space: nowrap;
        overflow-x: hidden;
    }

    .layui-nav {
        padding: 0 !important;
        border-radius: 0 !important;
        z-index: 1;
    }

    .layui-nav .layui-nav-item a {
        padding: 0 18px !important;
    }

    .layui-nav-item:hover .layui-nav-child {
        display: block;
    }

    .toggle-btn {
        position: absolute;
        right: 0;
        top: 30px;
        transform: translateY(-50%);
        background-color: #393D49;
        padding: 5px;
        cursor: pointer;
        z-index: 1;
        border: 0;
        height: 60px;
    }

    .toggle-btn:hover {
        background-color: #555;
    }

    .layui-footer {
        width: 95%;
    }

    footer {
        font-size: 0.5rem;
    }
}


